home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 126-150 / disk_149 / scheme / readme < prev    next >
Text File  |  1992-05-06  |  1KB  |  46 lines

  1. README file for Scheme
  2. Version 1.2  19-March-1988
  3.  
  4. This is the first distribution of a Scheme system for the Amiga (tm)
  5. personal computer.  The following files are included:
  6.  
  7.     Scheme
  8.     Scheme.info
  9.  
  10.     README
  11.     SYNOPSIS
  12.     diff.doc
  13.     ext.doc
  14.     overview.doc
  15.     plans.doc
  16.  
  17.     HOP.scm
  18.     dump.scm
  19.     load-patches.scm
  20.     repl.scm
  21.     special-forms.scm
  22.     streams.scm
  23.  
  24. Quoting from the "Revised^3 Report on the Algorithmic Language Scheme":
  25.  
  26.     Scheme is a statically scoped and properly tail-recursive
  27.     dialect of the Lisp programming language invented by
  28.     Guy Lewis Steele Jr. and Gerald Jay Sussman.
  29.  
  30. Individuals may freely use and distribute this program.  Those who find it
  31. useful are encouraged (though by no means expected) to send a donation to
  32. the author.  However, such donations will help speed future enhancements to
  33. the system.
  34.  
  35. Amiga is a trademark of Commodore-Amiga Incorporated.
  36.  
  37. Send correspondence to:
  38.  
  39.     Ed Puckett
  40.     MIT Branch PO
  41.     PO Box 61
  42.     Cambridge, MA  02139
  43.     (617) 536-8876
  44.     qix@hx.lcs.mit.edu
  45.  
  46.